(syms_of_eval) <debug-on-error>: DOc fix.
authorDave Love <fx@gnu.org>
Thu, 8 Mar 2001 13:57:20 +0000 (13:57 +0000)
committerDave Love <fx@gnu.org>
Thu, 8 Mar 2001 13:57:20 +0000 (13:57 +0000)
src/eval.c

index 7571f802c2e78331d2247182bc090f6180ca1c8c..7ba6c3cdcde4eac7841c94b65402221d9568031f 100644 (file)
@@ -3255,7 +3255,8 @@ if one of its condition symbols appears in the list.");
 
   DEFVAR_LISP ("debug-on-error", &Vdebug_on_error,
     "*Non-nil means enter debugger if an error is signaled.\n\
-Does not apply to errors handled by `condition-case'.\n\
+Does not apply to errors handled by `condition-case' or those\n\
+matched by `debug-ignored-errors'.\n\
 If the value is a list, an error only means to enter the debugger\n\
 if one of its condition symbols appears in the list.\n\
 See also variable `debug-on-quit'.");